home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.storysend() == 1)
- {
- clothnum = [];
- clothname = [];
- xcloth = [];
- ycloth = [];
- depcloth = [];
- modelaction = [];
- moviename = _root.moviename;
- var k = 1;
- while(k <= _root.womannum)
- {
- _root["cloth" + k].shift();
- _root["xcloth" + k].shift();
- _root["ycloth" + k].shift();
- _root["depcloth" + k].shift();
- clothnum[k - 1] = _root["cloth" + k].length;
- clothname = clothname.concat(_root["cloth" + k]);
- xcloth = xcloth.concat(_root["xcloth" + k]);
- ycloth = ycloth.concat(_root["ycloth" + k]);
- depcloth = depcloth.concat(_root["depcloth" + k]);
- modelaction.push(_root.showaction[k]);
- k++;
- }
- clothnum.push("0");
- clothname.push("0");
- xcloth.push("0");
- ycloth.push("0");
- depcloth.push("0");
- modelaction.push("0");
- bgnum = _root.bgnum;
- title = _root.title;
- secret = _root.secret;
- name = _root.name;
- comment = _root.comment;
- musicurl = _root.selmusicurl;
- this.getURL("../story/load_n.asp","_self","post");
- this._visible = false;
- }
- }
-